projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593939e
)
Fix previous change. Use sed's y command instead.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 04:47:46 +0000
(
04:47
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 04:47:46 +0000
(
04:47
+0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 5e0068dd27945ccfe9b5b3dbf73ad32c2372b3b0..0613f737fa864df78dd5f1bcdbc09bdabda46cd8 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-322,7
+322,8
@@
EOF
exit 0 ;;
CRAY*[A-Z]90:*:*:*)
echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
- | sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr '[A-Z]' '[a-z]'
+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos